Creates the body of an overridden function when it is generated, for example, using the Code | Override Methods action.
编辑模板时,您可以使用 C++ 表达式、注释和以下预定义变量:
${CALL_SUPER}   基本函数调用,对于 void 函数 — BaseClass::functionName(),带或不带形参; 对于其他函数 - return BaseClass::functionName(),带或不带形参。
${RETURN_TYPE}   函数的返回类型。
${DEFAULT_RETURN_VALUE}   函数的默认返回值。
C 文件标头模板(包含标签页)的所有预定义变量(例如,${USER}${DATE})也可用。